Key Vault (1 / 13): You have downloaded an Azure Functions codebase that is set to be triggered by an HTTP request. This function needs to access a database, and for that, it requires a connection string. You need to ensure the connection string is not stored in plain text within the code or configuration files. You are preparing to create the necessary components to achieve your goal. Which of the following should you create to achieve your goal? Answer by selecting the correct options from the list below.
Answer:
Azure Key Vault: Provides secure storage for secrets like connection strings. Access Policy: Determines access to secrets in Azure Key Vault.
Microsoft Entra ID Identity Protections: Focuses on risk-based conditional access, not secret storage.
Azure Storage Account: Used for data storage, not secret storage.
Azure Policy: Evaluates resource properties against business rules, not for secret storage.